// * This file contians the glossary terms and definitions used in the help section
// * $arGlossary["Glossary Item"][0] is the text that will display on the page underlined
// * $arGlossary["Glossary Item"][1] is the text that will display in the tooltip upon mouseover of $arGlossary["Glossary Item"][0]
// *********************************
// cookies
$arGlossary["cookies"][0] = "cookies";
$arGlossary["cookies"][1] = "A cookie is a bit of information that a Web site adds to a visitor's computer. Typically, the information in a cookie file contains your preferences when visiting that site.";
// file name extension
$arGlossary["file name extension"][0] = "file name extension";
$arGlossary["file name extension"][1] = "This follows the period in a file name and can help you identify what type of information is in a file. For example, if the file name is File.txt, then .txt is the file name extension -- and .txt is the Text Document file type.";
$arGlossary["friendly name"][1] = "Set up easy-to-remember names using " . $sParentProductNameInformal . ". Give friendly names to the network, computers, devices, or shared folders. For example, a home network can have the friendly name Smith Family Network.";
$arGlossary["home network member"][1] = "This is a " . $sParentProductNameInformal . " user in the network. It includes whoever set up " . $sProductNameInformal . ", as well as anyone who used " . $sParentProductNameInformal . " to set up shared folders (including those available through the Web using " . $sProductNameInformal . ").";
// hotspot
$arGlossary["hotspot"][0] = "hotspot";
$arGlossary["hotspot"][1] = "A location that offers wireless Internet access. Hotspots can be in coffee shops, hotels, or public meeting areas. In some parts of the world, hotspots are known as coolspots.";
// JavaScript
$arGlossary["JavaScript"][0] = "JavaScript";
$arGlossary["JavaScript"][1] = "This is a type of scripting that is commonly used to make your Web experience richer and more interactive. JavaScript is also known as JScript.";
$arGlossary["keystroke logging"][1] = "This is a program that creates a log of all keystrokes typed on a keyboard. Network crackers (hackers) can use such a tool, for example, to detect what you type at particular Web sites.";
// list view
$arGlossary["list view"][0] = "list view";
$arGlossary["list view"][1] = "This way to view shared folders includes detailed information (for example, the file name, size, and type).";
// network
$arGlossary["network"][0] = "network";
$arGlossary["network"][1] = "This is the home network to which you connect through this Web site. After you connect, you can browse, download, and upload files.";
// network name
$arGlossary["network name"][0] = "network name";
$arGlossary["network name"][1] = "This is the network's friendly name, as set up using " . $sParentProductNameInformal . ".";
// offline
$arGlossary["offline"][0] = "offline";
$arGlossary["offline"][1] = "An offline computer can be turned off, disconnected from the network, or using a Windows power-saving feature.";
$arGlossary["public computer"][1] = "A computer in a public location (for example, (for example, a public library, a school, or an Internet cafe). Use common sense to maintain security (for example, always sign out of this Web site when you are done using password-protected folders).";
$arGlossary["" . $sParentProductNameInformal . ""][1] = "" . $sParentProductNameInformal . " is the only software that makes day-to-day home networking easy, intuitive and enjoyable. You use " . $sParentProductNameInformal . " to set up shared folders that you can access through the Web using this Web site.";
$arGlossary["" . $sProductNameInformal . " host"][1] = "This is the computer on which " . $sProductNameInformal . " is activated. When you connect to the network to access shared folders, the first computer to which you connect is the " . $sProductNameInformal . " host.";
$arGlossary["" . $sProductNameInformal . " address"][1] = "This is the address you enter in a Web browser to access the " . $sProductNameInformal . " Web site.";
// " . $sProductNameInformal . " Web site
$arGlossary["" . $sProductNameInformal . " Web site"][0] = "" . $sProductNameInformal . " Web site";
$arGlossary["" . $sProductNameInformal . " Web site"][1] = "This is the simple Web site that is part of the " . $sProductNameInformal . " feature in " . $sParentProductNameInformal . ". When you connect to the home network, you view shared folders through the site, which is on the " . $sProductNameInformal . " host computer.";
// slideshow
$arGlossary["slideshow"][0] = "slideshow";
$arGlossary["slideshow"][1] = "View a series of images from a shared folder.";
$arGlossary["shared folders"][1] = "On this Web site, the music, digital photos, video, and documents you access are in shared folders in a home network.";
$arGlossary["strong password"][1] = "This type of password is better since it is more difficult for others to guess. A strong password requires a particular combination of letters, numbers, and capitalization.";
// task
$arGlossary["task"][0] = "task";
$arGlossary["task"][1] = "Tasks are easy ways to do routine " . $sProductNameInformal . " steps. Available tasks differ, based on the situation. For example, when you browse shared folders on a computer, you can use a task to view them by folder. You can find tasks in the Tasks box shown on " . $sProductNameInformal . " pages.";
$arGlossary["thumbnail view"][1] = "This way to view shared folders shows you at a glance which folder you want. Small versions of images are called thumbnails.";
function return_glossary_text($iGlossaryName, $sExtraErrorInfo, $arGlossary)